home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 26.zip / BS1 part 26 / Powervisor v1.10b disk1.adf / PVDevelop / include / PV / FileBase.i < prev    next >
Text File  |  1991-09-24  |  615b  |  34 lines

  1.     IFND    PV_FILEBASE_I
  2. PV_FILEBASE_I    SET    1
  3. **
  4. **  $Filename: FileBase.i $
  5. **  $Release: 1.02 $
  6. **  $Revision: 37.346 $
  7. **  $Date: 15 Sep 91 $
  8. **
  9. **  Structure definitions for File Base (see 'TheWizardCorner')
  10. **
  11. **  © 1991 Jorrit Tyberghein, included with PowerVisor
  12. **        All Rights Reserved
  13. **
  14.  
  15.     IFND PV_PVMEMORY_I
  16.     INCLUDE "pv:pvdevelop/include/PV/PVMemory.i"
  17.     ENDC
  18.  
  19.     IFND DOS_DOS_I
  20.     INCLUDE "dos/dos.i"
  21.     ENDC
  22.  
  23.  
  24.     STRUCTURE    FileBase,0
  25.         BPTR        fbase_CliOutput
  26.         PVHANDLE    fbase_ControlFile
  27.         PVHANDLE    fbase_HelpFile
  28.         PVHANDLE    fbase_ScriptFile
  29.         BPTR        fbase_LogFile
  30.         APTR        fbase_LogLogWin
  31.         LABEL        fbase_SIZE
  32.  
  33.     ENDC
  34.